DataEventArgs<TData> Class

Summary
Generic arguments class to pass to event handlers that need to receive data.
Syntax
C#
VB
C++
public class DataEventArgs<TData> : EventArgs 
  
Public Class DataEventArgs(Of _TData_)  
   Inherits System.EventArgs 
generic<typename _TData_> 
public ref class DataEventArgs : public System.EventArgs  

Type Parameters

TData
The type of data to pass.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.